Skip to content

feat(calendar): pin meals to the bottom of each cards-mode day cell - #218

Merged
sandydargoport merged 1 commit into
masterfrom
calendar-meals-bottom
Aug 6, 2026
Merged

feat(calendar): pin meals to the bottom of each cards-mode day cell#218
sandydargoport merged 1 commit into
masterfrom
calendar-meals-bottom

Conversation

@sandydargoport

Copy link
Copy Markdown
Owner

Follows the Skylight pattern: in cards mode, events lead each day cell, and the day's meals/chores/tasks form a delineated planning group below (thin divider), with meals pinned to the very bottom. Previously meals rendered above the events, mixing the two.

  • DayColumn.tsx (week cards): order is now all-day → timed events → divider → chores → tasks → meals.
  • OverlayItemsCell.tsx (month overlay): meals moved to the bottom of the meals/chores/tasks stack for consistency.

Scope: cards mode only (inline/agenda/list stay events-only and compact, as before). tsc clean.

After merge I re-run the screenshots workflow so the calendar shots regenerate against this layout.

🤖 Generated with Claude Code

Skylight-style: events lead the cell; the day's chores, tasks, and meals form
a delineated planning group below (thin divider), with meals at the very
bottom. Previously meals rendered above the events. Applies to DayColumn (week
cards) and OverlayItemsCell (month overlay) for consistency.
@sandydargoport
sandydargoport merged commit 6d5ffd9 into master Aug 6, 2026
8 checks passed
@sandydargoport
sandydargoport deleted the calendar-meals-bottom branch August 6, 2026 14:07
sandydargoport added a commit that referenced this pull request Aug 9, 2026
…218)

Skylight-style: events lead the cell; the day's chores, tasks, and meals form
a delineated planning group below (thin divider), with meals at the very
bottom. Previously meals rendered above the events. Applies to DayColumn (week
cards) and OverlayItemsCell (month overlay) for consistency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant